Name :Assignment operations
Symbol :MOVE
Illustrate:
Assign input parameters to output parameters.
Image:
Parameter:
| Parameter | Statement | Type | Description |
|---|---|---|---|
| IN1 | Input | INT/SINT/DINT/UINT/USINT/UDIN/TIME/REAL/STRING | Input value |
| OUT | Output | INT/SINT/DINT/UINT/USINT/UDIN/TIME/REAL/STRING | Output value |
Example:
LD:
ST:
Interpretation:
| parameter | operand | value |
|---|---|---|
| IN1 | TagIn | Enter a value:10 |
| OUT | TagOut | Output value:10 |
IN1 inputs the corresponding type of data, and MOVE outputs the assignment result.